home *** CD-ROM | disk | FTP | other *** search
- .LINKED SCRIPT FOR NOCHANGE BBS SYSTEMS;
- .LINK IT TO YOUR QMODEM PHONE DIRECTORY ENTRY FOR ANY
- .NOCHANGE SYSTEM(S).
-
- .USE YOUR WORD PROCESSOR TO EDIT THIS FILE TO INCLUDE
- . [1] Your FirstName;LastName;Password
- . You may also wish to change answers to other logon questions
-
- .COMMENTS ARE PREDEDED BY A PERIOD & REFER TO THE NEXT COMMAND LINE
-
- .Display message on-screen only
- NOTE ** LOGON TO NOCHANGE **
-
- .The next line says to WAITFOR 60 seconds before halting script
- TIMEOUT 60
-
- .Set key parameters for NOCHANGE
- TURNOFF ECHO
- TURNOFF LINEFEED
-
- .Call NOCHANGE;
- .phone number, bps, comm parameters depend on directory entry #
-
- .NOCHANGE 'logon' is one CR
- SEND "{"
-
- .Wait for NOCHANGE to ask if you need LineFeeds
- WAITFOR "DO YOU NEED LINEFEEDS AFTER EACH CARRIAGE RETURN (Y/N)"
-
- .Reply with Y for YES
- SEND "Y{"
-
- .Wait for NOCHANGE to ask if your program supports NOCHANGE graphics
- WAITFOR "ARE YOU USING A PROGRAM THAT SUPPORTS NOCHANGE GRAPHICS (Y/N)"
-
- .Reply with Y for YES if you have read the QMODEM manual
- .sections regarding ANSI graphics and music and have set:
- .TURNON ANSI
- .TURNON MUSIC
- .and have modified this file to include additional prompts and responses
-
- .Otherwise, reply with N for NO
- SEND "N{"
-
- .Wait for NOCHANGE to request your first name
- WAITFOR "PLEASE TELL ME YOUR FIRST NAME?"
-
- .[1] Reply with your FirstName;LastName;Password for fastest logon
- SEND "FIRSTNAME;LASTNAME;FAKE-PASSWORD{"
-
- .You may or may not see this prompt, depending on the length of the welcome
- .If not, be sure to delete both the next WAITFOR and SEND commands
- WAITFOR "<Q>UIT, <S>CROLL, OR ANY KEY TO CONTINUE"
-
- .Reply with S for Scroll or Q for QUIT (no CR needed)
- SEND "S"
-
- .Do you wish to see the scoreboard?
- WAITFOR "Do you want to see the System Scoreboard (Y/N)"
-
- .Reply with N for NO
- SEND "N{"
-
- .Check your personal mail?
- WAITFOR "Look for your personal mail (Y/N)"
-
- .Reply Y for YES or N for NO
- .SEND "Y{"
-
- .Guess a secret word?
- WAITFOR "Want to guess a Secret Word for 5,000 points"
-
- .Reply Y for YES
- SEND "Y{"
-
- .Discontinue script processing; return control to keyboard
- RETURN
-